IDomeCameraManagerPanTiltZoom Method |
Pans tilt zoom a camera.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid PanTiltZoom(
DomeCamera camera,
int panSpeed,
int tiltSpeed,
int zoomSpeed
)
Parameters
- camera DomeCamera
- panSpeed Int32
- tiltSpeed Int32
- zoomSpeed Int32
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
Thrown when panSpeed, tiltSpeed or zoomSpeed is not in range from -100 to 100.
|
| UnauthorizedAccessSdkException |
Thrown if operation is not permitted to caller.
|
See Also